home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / warning.zip / WARNING.TXT < prev   
Text File  |  1997-05-20  |  987b  |  25 lines

  1. WARNING is a DOS prompt utility to help warn you against unnecessary deletes.
  2. When a directory you don't want to delete is mistakingly almost deleted, then
  3. a warning message says "This delete is not advised".
  4.  
  5. Instructions on using it.
  6.  
  7. 1) Put WARNING.EXE in a directory in your path.
  8. 2) Edit WARNDIRS.TXT with the directories you don't want to delete from.
  9. 3) The context on using it is WARNING <path of WARNDIRS.TXT>
  10.    example: WARNING C:\DOS\WARNDIRS.TXT
  11. 4) Put the utility in a batch file which uses delete or move and use it to
  12.    warn you before deleting the wrong files.
  13.  
  14. An example batch file with WARNING in it is included.
  15.  
  16. The utility works by reading the current directory the WARNING utility is
  17. begun from. It then compares it to the text file WARNDIRS with the directories
  18. which are not to be deleted from. A message is flashed if the two are equal.
  19.  
  20. The batch file may be altered to be alerted to specific extensions as well:
  21. *.TXT, *.DOC I.E.
  22.  
  23.  
  24.  
  25.